
@import url("fonts.css");

html {
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
}

body {
    margin: 0;
    font-family: proxima_nova;
    background: #fff;
    font-size: 20px;
    color: #444646;
    overflow-x: hidden;
    overflow-y: auto;
    font-weight: 300;
}

.body-pad-warpper {
    padding:0 100px;
}

.body-wrapper {
    box-shadow: 0px 1px 6px rgba(164, 174, 188, .6);
    max-width: 1700px;
    width: 100%;
    margin: 40px auto;
    padding-bottom:0px;
    overflow: hidden;
}


ul, ol, p, form, input, textarea, select, pre, em, sub, sup, canvas, section, article, aside, img, a, li, iframe, table, nav, header, footer, body, menu, button {
    margin: 0;
    padding: 0;
    font-family: proxima_nova;
    vertical-align: baseline;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    list-style: none;
    text-decoration: none;
    outline: none;
    border: 0;
    border-spacing: 0;
    border-collapse: collapse;
}
.form-select:focus, .form-control:focus {
    box-shadow: none !important;
    outline: none;
}
*, after, before {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
select, option {
    font-family: 'proxima_nova', Arial, Helvetica, sans-serif;
    padding-left:10px !important;
}

    h1, h2, h3, h4, h5, h6 {
        margin: 0;
        padding: 0;
        font-weight: normal;
    }

body {
    line-height: 1;
    min-height: 100vh;
}

a {
    color: #000;
    text-decoration: none;
}

    a:hover {
        text-decoration: none;
        color: #18706D;
    }

p {
    line-height: 1.3;
    margin-bottom: 10px;
}

b, strong {
    font-weight: 800;
}

u {
    text-decoration: underline;
}

i, em {
    font-style: italic;
}

img {
    max-width: 100%;
}

.clear {
    clear: both;
}

input[type="button"], input[type="submit"], input[type="reset"],
input[type="text"] {
    appearance: none;
    -webkit-appearance: none;
    -webkit-appearance: none;
}

input[type="button"], input[type="submit"], input[type="reset"] {
    cursor: pointer;
    font-size: 25px;
}
/*select::-ms-expand { display: none; }*/
.clearfix {
    clear: both;
}

sup {
    top: -2px;
}

:root {
    --grey: #837B7B;
    --darkgrey: #444646;
    --green: #18706D;
    --greendark: #204B4A;
    --greenlight: #DFF6F5;
    --greenthin: #F3FCFC;
}

.green {
    color: var(--green) !important;
}

.lightgreen {
    color: #9DEAE7;
}

.darkgreen {
    color: var(--greendark);
}

.grey {
    color: var(--grey) !important;
}


.h1, h1 {
    font-size: 50px;
    font-family: 'Source Serif 4 36pt';
    line-height: 1.1;
}

.h2 {
    font-size: 28px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 3px;
    line-height: 1.2;
}

.h3, h3 {
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 3px;
    line-height: 1.2;
}

.error {
    margin-top: 5px;
    color: red;
}

.weight-normal {
    font-weight: 400 !important;
}

@media screen and (min-width: 1600px) {
    .container {
        max-width: 1500px;
    }
}

.container-fluid {
    max-width: 100%;
    padding-right: 100px;
    padding-left: 100px;
}

.form-control::-webkit-input-placeholder {
    opacity: 1;
    color: #B8B8B8;
    text-transform: uppercase;
}

.form-control::-moz-placeholder {
    opacity: 1;
    color: #B8B8B8;
    text-transform: uppercase;
}

.form-control:-ms-input-placeholder {
    opacity: 1;
    color: #B8B8B8;
    text-transform: uppercase;
}

.form-control:-moz-placeholder {
    opacity: 1;
    color: #B8B8B8;
    text-transform: uppercase;
}

.form-control {
    border: 0;
    letter-spacing: 2px;
    border-radius: 0;
    border-top: solid 1px #707070;
    border-bottom: solid 1px #707070;
    font-size: 18px;
    color: #555454;
    padding: 8px 15px;
    padding-left: 0;
    font-weight: 400;
    padding-right: 0;
}

.form-select {
    border: 0;
    letter-spacing: 2px;
    border-radius: 0;
    border-top: solid 1px #707070;
    border-bottom: solid 1px #707070;
    font-size: 18px;
    color: #555454;
    padding: 8px 15px;
    padding-left: 0;
    font-weight: 400;
    padding-right: 0;
}

input[type=date] {
    text-transform: uppercase;
}

.form-control.bt-none {
    border-top: 0 !important;
}

.form-control.bggreen-light {
    background-color: var(--greenlight);
    border: 0;
    font-size: 20px;
    font-weight: 500;
    padding: 19px 32px;
    color: var(--green);
}

.form-control.form-large {
    font-size: 30px;
    padding-top: 12px;
    padding-bottom: 12px;
}

textarea.form-control {
    height: 230px;
    resize: none;
}

.form-control.bggreen-light::-webkit-input-placeholder {
    opacity: 1;
    color: var(--green);
}

.form-control.bggreen-light::-moz-placeholder {
    opacity: 1;
    color: var(--green);
}

.form-control.bggreen-light:-ms-input-placeholder {
    opacity: 1;
    color: var(--green);
}

.form-control.bggreen-light:-moz-placeholder {
    opacity: 1;
    color: var(--green);
}

.form-control.bggreen-light.form-select {
    background-image: url(../images/down-arrow-green.svg);
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    padding-right: 1.80rem !important;
}

.setmaxwidth {
    width: 100%;
    max-width: 1108px;
    margin-left: auto;
    margin-right: auto;
}

    .setmaxwidth.smw-sm {
        max-width: 845px;
    }

    .fntSize17{
        font-size:17px;
    }

.form-control.bggrey {
    background-color: #F5F5F5;
    border: 0;
    font-size: 25px;
    letter-spacing: 0.5px;
    font-weight: 400;
    padding: 19px 32px;
    color: #535455;
    text-transform: none;
}

    .form-control.bggrey::-webkit-input-placeholder {
        opacity: 1;
        color: #939495;
        text-transform: none;
    }

    .form-control.bggrey::-moz-placeholder {
        opacity: 1;
        color: #939495;
        text-transform: none;
    }

    .form-control.bggrey:-ms-input-placeholder {
        opacity: 1;
        color: #939495;
        text-transform: none;
    }

    .form-control.bggrey:-moz-placeholder {
        opacity: 1;
        color: #939495;
        text-transform: none;
    }

.form-select.form-control.bggrey {
    background-position: right 0.75rem center;
    padding-right: 2rem;
}

[disabled].form-select.form-control.bggrey {
    background-image: none;
}

.promotioncode {
    background: #fff !important;
    border: solid 1px #707070 !important;
    padding:10px 15px
}






.btn {
    display: inline-block;
    min-width: 160px;
    border-radius: 0;
    font-size: 18px;
    height: auto;
    line-height: normal;
    padding: 16px 36px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 2px;
}

    .btn.btn-primary-line {
        background: transparent;
        color: var(--green);
        border-color: var(--green);
    }

        .btn.btn-primary-line:hover {
            background: var(--green);
            color: #fff !important;
            border-color: var(--green);
        }

        .btn.btn-primary-line.white {
            background: transparent;
            color: #fff;
            border-color: #fff;
        }

            .btn.btn-primary-line.white:hover {
                background: #fff !important;
                color: var(--darkgrey) !important;
                border-color: #fff;
            }

        .btn.btn-primary-line.darkgrey {
            background: transparent;
            color: var(--darkgrey);
            border-color: var(--darkgrey);
        }

            .btn.btn-primary-line.darkgrey:hover {
                background: var(--darkgrey);
                color: #fff !important;
                border-color: var(--darkgrey);
            }

        .btn.btn-primary-line.grey {
            background: transparent;
            color: var(--grey);
            border-color: var(--grey);
        }

            .btn.btn-primary-line.grey:hover {
                background: var(--grey);
                color: #fff !important;
                border-color: var(--grey);
            }

    .btn.booknow-btn {
        background: var(--greenlight);
        color: var(--green);
        border-color: var(--greenlight);
        font-weight: 600 !important;
        letter-spacing: 3px !important;
    }

        .btn.booknow-btn:hover {
            background: var(--green);
            color: #fff;
            border-color: var(--green);
        }

.btn-round {
    font-size: 18px;
    padding: 8px 25px;
    border-radius: 100px;
    font-weight: 400;
    letter-spacing: 1px;
    border-width: 2px;
}

    .btn-round.btn-primary-line {
        padding-left: 25px;
        padding-right: 25px;
    }

.btn.btn-primary {
    background: var(--green);
    color: #fff;
    border-color: var(--green);
}

    .btn.btn-primary:hover {
        background: #204B4A;
        color: #fff;
        border-color: #204B4A;
    }

.btn.btn-primary-fill {
    background: var(--green);
    color: #fff;
    border-color: var(--green);
}

    .btn.btn-primary-fill:hover {
        background: #204B4A;
        color: #fff;
        border-color: #204B4A;
    }

.btn.btn-large {
    font-size: 30px;
    padding: 18px 80px;
    letter-spacing: 4px;
}

.btn + .btn {
    margin-left: 15px;
}

.btn.btn-sm {
    padding: 14px 36px;
    min-width: 80px;
}

    .btn.btn-sm.btn-round {
        padding: 4px 24px;
    }


.btn img {
    vertical-align: middle;
    position: relative;
    top: -1px;
}

.btn:active {
    background: #444646 !important;
    color: #fff !important;
}

.btn:focus,
.btn:active {
    outline: none;
    box-shadow: none !important;
}


/*checkbox*/
.checkbox {
    display: inline-block;
    position: relative;
}

    .checkbox input[type="checkbox"] {
        position: absolute;
        width: 1px;
        height: 1px;
        opacity: 0;
        visibility: hidden;
        border: 0;
        margin: 0;
        padding: 0;
    }

    .checkbox label {
        display: inline-block;
        position: relative;
        padding-left: 50px;
        margin-bottom: 5px;
        padding-top: 0px;
        line-height: 1.4;
        font-size: 25px;
        font-weight: 500;
        letter-spacing: 2px;
        color: var(--green);
        text-transform: uppercase;
    }

        .checkbox label:before {
            content: "";
            background: #fff;
            width: 28px;
            height: 28px;
            position: absolute;
            border: solid 1px var(--green);
            border-radius: 0px;
            left: 0;
            top: 4px;
        }

    .checkbox input[type="checkbox"]:checked + label:before {
        background: var(--green) url(../images/check-icon.svg) center no-repeat;
        background-size: 70%;
    }



/*radio*/
.radio {
    display: inline-block;
    position: relative;
}

    .radio input[type="radio"] {
        position: absolute;
        width: 1px;
        height: 1px;
        opacity: 0;
        visibility: hidden;
        border: 0;
        margin: 0;
        padding: 0;
    }

    .radio label {
        display: inline-block;
        position: relative;
        padding-left: 50px;
        margin-bottom: 5px;
        padding-top: 0px;
        line-height: 30px;
        font-size: 15px;
        font-weight: 500;
        letter-spacing: 2px;
        color: var(--green);
        text-transform: uppercase;
    }

        .radio label:before {
            content: "";
            width: 28px;
            height: 28px;
            position: absolute;
            border: solid 4px var(--green);
            border-radius: 28px;
            left: 0;
            top: 3px;
        }

        .radio label:after {
            content: "";
            width: 0;
            height: 0;
            position: absolute;
            top: 17px;
            left: 14px;
            background: var(--green);
            transition: all 0.3s ease-out 0s;
            -webkit-transition: all 0.3s ease-out 0s;
            border-radius: 50px;
        }

    .radio input[type="radio"]:checked + label:before {
        border-color: var(--green);
    }

    .radio input[type="radio"]:checked + label:after,
    .radio input[type="radio"] + label:hover:after {
        width: 28px;
        height: 28px;
        top: 3px;
        left: 0;
    }

    .radio + .radio,
    .checkbox + .checkbox {
        margin-left: 20px;
    }

    .checkbox.fontnormal label,
    .radio.fontnormal label {
        text-transform: none;
        font-weight: 300;
        color: var(--dark);
        letter-spacing: 0;
    }

    .checkbox a, .radio a {
        text-decoration: underline;
    }



.fullpage {
    display: block;
    width: 100%;
}

.header {
    display: flex;
    align-items: center;
    width: 100%;
    background: #fff;
    min-height: 74px;
    position: sticky;
    top: 0;
    z-index: 999;
    box-shadow: 0px -5px 10px rgba(131, 123, 123, 0.5);
}

.logo {
    display: inline-block;
}

    .logo img {
        display: block;
        width: 225px;
    }

/*.header-right {
    padding-top: 52px;
}
*/
.menus {
    display: inline-block;
}

.head-nav {
    display: inline-block;
}

    .head-nav > ul > li {
        display: inline-block;
        margin-right: 58px;
        position: relative;
    }

        .head-nav > ul > li > a {
            text-transform: uppercase;
            font-size: 15px;
            color: #204B4A;
            display: inline-block;
            line-height: 50px;
            letter-spacing: 4px;
            border-bottom: solid 4px transparent;
            font-weight: 400;
            position: relative;
        }
            /*.head-nav>ul>li>a:hover{ border-bottom-color: #78DDD9; }*/
            .head-nav > ul > li > a.active { /*border-bottom-color: #78DDD9;*/
                font-weight: 600;
            }

        .head-nav > ul > li.submenu ul {
            display: none;
            position: absolute;
            background: var(--greenlight);
            padding: 12px 0;
            width: 420px;
            left: 0;
            top: 100%;
            z-index: 10;
        }

            .head-nav > ul > li.submenu ul li {
                display: block;
                width: 100%;
            }

                .head-nav > ul > li.submenu ul li a {
                    display: block;
                    width: 100%;
                    font-size: 15px;
                    padding: 12px 25px;
                    text-transform: uppercase;
                    color: var(--green);
                    font-weight: 400;
                    letter-spacing: 3px;
                    line-height: normal;
                }

                    .head-nav > ul > li.submenu ul li a:hover,
                    .head-nav > ul > li.submenu ul li a.active {
                        font-weight: 600;
                    }

            .head-nav > ul > li.submenu ul.how {
                width: 220px;
            }

.header .booknow-btn {
    position: relative;
    top: 0;
    white-space: nowrap;
    /*right: 100px;*/
    font-size: 15px;
    padding: 10px 26px;
    margin-right:20px;
}

.loginbtn {
    display: inline-block;
    padding-right: 30px;
}

    .loginbtn a {
        text-transform: uppercase;
        font-size: 15px;
        color: #204B4A;
        display: inline-block;
        line-height: 60px;
        letter-spacing: 4px;
        border-bottom: solid 4px transparent;
        font-weight: 400;
        position: relative;
        padding-left: 20px;
        background: url(../images/user-icon.svg) left center no-repeat;
    }

        .loginbtn a img {
            display: inline-block;
            vertical-align: middle;
            position: relative;
            top: -2px;
        }
        /*.loginbtn a:hover{ border-bottom-color: #78DDD9; }*/
        .loginbtn a.active { /*border-bottom-color: #78DDD9;*/
            font-weight: 600;
        }








@media screen and (min-width: 992px) {
    .head-nav > ul > li.submenu ul {
        transition: all 0.3s ease-out 0s;
        -webkit-transition: all 0.3s ease-out 0s;
        opacity: 0;
        visibility: hidden;
        transform: translate(0, 50px);
        -webkit-transform: translate(0, 50px);
        pointer-events: none;
        display: block;
    }

    .head-nav > ul > li.submenu:hover ul {
        display: block;
        opacity: 1;
        visibility: visible;
        transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        pointer-events: auto;
    }

    .menus {
        display: inline-block !important;
    }


    .head-nav > ul > li > a:after,
    .loginbtn a:after {
        content: "";
        position: absolute;
        right: 0;
        bottom: -4px;
        height: 4px;
        background: #78DDD9;
        width: 0;
        z-index: 1;
        transition: all 0.3s ease-out 0s;
        -webkit-transition: all 0.3s ease-out 0s;
    }



    .head-nav > ul > li > a:hover:after,
    .head-nav > ul > li > a.active:after,
    .loginbtn a:hover:after,
    .loginbtn a.active:after {
        width: 100%;
        left: 0;
    }
}

.menu_icon {
    display: none;
}

.closeMenu {
    display: none;
}

.clickmenu {
    display: none;
}

.home-banner {
    display: flex;
    width: 100%;
    position: relative;
    height: 670px;
}

.banner-image {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
}

    .banner-image img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: all 0.7s ease-in-out 0s;
        -webkit-transition: all 0.7s ease-in-out 0s;
    }

.banner-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
    background: rgba(67, 67,67, 0.42);
    width: 100%;
    padding: 50px 0;
    color: #fff;
    text-align: center;
    height: auto;
    min-height: 100%;
}

.home-banner .banner-content {
    background: rgba(25, 114, 112, 0.54);
}

.home-banner h3 {
    line-height: 1.5;
}

.innerpage-banner {
    display: flex;
    width: 100%;
    position: relative;
    height: 500px;
}

.homebanner-subheading {
    margin-top: 8%;
}

.threesection {
    display: flex;
    width: 100%;
    position: relative;
}

.threesection-box {
    position: relative;
    width: 33.33%;
    flex-grow: 1;
    max-width: 33.33%;
    display: inline-flex;
    height: 646px;
}

.tsb-middle {
    border-left: solid 5px #fff;
    border-right: solid 5px #fff;
}

.page-title-name {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 436px;
    min-height: 166px;
    border: solid 2px #FFFCFC;
}

.threesection .banner-content {
    padding: 50px;
}

.overlayanchor {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 3;
}

.threesection-box:hover .banner-image img {
    transform: scale(1.4);
}


.twosection {
    display: flex;
    width: 100%;
    position: relative;
}

    .twosection .threesection-box {
        height: 450px;
        width: 50%;
        max-width: 50%;
    }

.threesection-box.leftborder {
    border-left: solid 5px #fff;
}

.footerTop {
    display: block;
    width: 100%;
    background: var(--green);
    color: #fff;
    padding: 90px 0 50px 0;
}

.contactinfos {
    font-size: 26px;
    font-weight: 300;
}

    .contactinfos p {
        line-height: normal;
    }

.footerlogos {
    display: flex;
    width: 100%;
    justify-content: flex-end;
}

.footerBottom {
    display: block;
    width: 100%;
    padding: 40px 0;
    font-size: 18px;
    font-weight: 300;
}

.fbbox {
    display: flex;
    justify-content: space-between;
}

    .fbbox p {
        line-height: normal;
    }

.footer-logo img {
    width:480px;
}

.footerRightInfo {
    color: #535455;
    font-size:20px;
    font-weight:normal
}

    .footerRightInfo p {
        margin-bottom: 0;
    }
        .footerRightInfo p.callno {
            font-size:16px
        }
        .getintouchtitle {
            font-size: 20px;
            text-transform: uppercase;
            font-weight: 500;
            letter-spacing: 2px;
            margin: 0 0 20px !important
        }
footer a, footer a:hover {
    color: #fff
}

.footerRightInfo a {
    border-bottom: solid 1px;
    color: inherit;
}
    .footerRightInfo a.mail {
        font-size: 24px
    }

    .section-full {
        display: block;
        width: 100%;
        position: relative;
        padding: 80px 0;
        overflow: hidden;
    }
.sectionBgStarImages {
    /*min-height: 100%;*/
    position: absolute;
    width: 100%;
}

        .section-full .container,
        .section-full .container-fluid {
            position: relative;
            z-index: 2;
        }

    .section-full.bg-thin {
        background: var(--greenthin) !important;
    }

    .section-full.bg-light {
        background: var(--greenlight) !important;
    }

.bgstar {
    position: absolute;
    z-index: 1;
    pointer-events: none;
    user-select: none;
}

.star-light {
    background: url(../images/starLight.svg) center no-repeat;
    background-size: 100%;
}

.star-dark {
    background: url(../images/starDark.svg) center no-repeat;
    background-size: 100%;
}

.hlsone {
    width: 360px;
    height: 360px;
    left: -80px;
    top: 10%;
}

.hlstwo {
    width: 110px;
    height: 110px;
    right: 10%;
    top: 7%;
}

.hlsthree {
    width: 220px;
    height: 220px;
    right: 1%;
    bottom: 3%;
}

.whycsone {
    width: 220px;
    height: 220px;
    right: 1%;
    bottom: 3%;
}

.wcone {
    width: 290px;
    height: 290px;
    left: -4%;
    bottom: 3%;
}

.wctwo {
    width: 450px;
    height: 450px;
    right: -3%;
    top: 3%;
}

.whattwo {
    width: 220px;
    height: 220px;
    right: 0%;
    top: 3%;
}

.joinone {
    width: 288px;
    height: 288px;
    left: -3%;
    top: 3%;
}

.jointwo {
    width: 380px;
    height: 380px;
    right: -3%;
    bottom: 3%;
}

.howOne {
    width: 300px;
    height: 300px;
    position: initial;
    display: inline-block;
    margin-left: 52%;
    margin-top: -50px;
}


.whotwo {
    width: 300px;
    height: 300px;
    right: -120px;
    bottom: 17%;
    top: auto;
}


.bgsizesm {
    background-size: 80% !important;
}

.coachesList-box {
    display: inline-block;
    position: relative;
    width: 25%;
    max-width: 25%;
    text-align: center;
    margin-bottom: 20px;
    border-right: solid 5px var(--greenthin);
    padding: 50px;
}

.bg-thin .coachesList-box {
    border-color: #fff;
}

.coachesList-box:nth-of-type(4n-8) {
    border-right-width: 0;
}

.coachImage {
    width: 246px;
    height: 246px;
    border-radius: 50%;
    display: inline-block;
    overflow: hidden;
    position: relative;
}

    .coachImage img {
        width: 100%;
        height: 100%;
        border-radius: 50%;
        object-fit: cover;
    }

.coachesList-box:hover span {
    font-weight: 600;
}

.coachesList-box:hover .coachImage:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /*background: rgba(0, 0, 0, 0.42) url(../images/external-icon.svg) center no-repeat;*/
    background-size: 30px;
    border-radius: 50%;
}


.accordion-item {
    border-left: 0;
    border-right: 0;
    border-radius: 0 !important;
    border-color: #707070;
}

.accordion-button {
    color: var(--green);
    font-family: 'Source Serif 4 36pt';
    font-size: 20px;
    letter-spacing: -1px;
}

    .accordion-button:not(.collapsed) {
        background: var(--greenthin);
        box-shadow: none;
        border-color: var(--green);
        color: var(--green);
    }

.accordion-body {
    background: var(--greenthin);
}

    .accordion-body p {
        font-size: 17px;
    }

.accordion-button:not(.collapsed)::after {
    filter: brightness(0);
}

.collapse.show .accordion-body {
    position: relative;
}

    .collapse.show .accordion-body:after {
        content: "";
        height: 1px;
        background: var(--green);
        position: absolute;
        left: 0;
        right: 0;
        bottom: -1px;
    }

.accordion-button:not(.collapsed):before {
    content: "";
    height: 1px;
    background: var(--green);
    position: absolute;
    left: 0;
    right: 0;
    top: -1px;
}

@media screen and (min-width: 1400px) {
    .accordion-body {
        padding-right: 50px;
        padding-bottom: 20px;
    }

    .row {
        margin-left: -25px;
        margin-right: -25px;
    }

        .row > * {
            padding-right: 25px;
            padding-left: 25px;
        }

    .imgBackground .row {
        margin-left: -15px;
        margin-right: -15px;
    }

        .imgBackground .row > * {
            padding-right: 15px;
            padding-left: 15px;
        }
}

.showmore {
    display: none;
}

.imgBackground {
    position: relative;
    display: block;
    width: 100%;
    clear: both;
    overflow: hidden;
}

    .imgBackground .banner-content {
        background: rgba(15, 7, 3, 0.40);
    }

.boxline-content {
    padding: 32px;
    border: solid 2px #fff;
    display: block;
    width: 100%;
    color: #fff;
    transition: all 0.3s ease-out 0s !important;
    -webkit-transition: all 0.3s ease-out 0s !important;
}

    .boxline-content p {
        font-size: 17px;
        font-weight: 300;
    }

@media screen and (min-width: 992px) {
    .boxline-content:hover {
        background: var(--greenthin);
        color: var(--darkgrey);
    }
}

.supportivebox {
    margin-top: 180px;
}

.changeperbox {
    margin-top: 300px;
}

.shiftbox {
    margin-top: 330px;
}

@media screen and (min-width: 992px) {
    .imgBackground .btn {
        padding-right: 36px;
        padding-left: 36px;
    }
}

.points {
    display: block;
    width: 100%;
}

    .points ul li {
        display: block;
        width: 100%;
        margin-bottom: 36px;
        line-height: 1.3;
        padding-left: 66px;
        position: relative;
        font-size: 17px;
        color: #18706d;
    }

        .points ul li:before {
            content: "";
            position: absolute;
            left: 0;
            top: 7px;
            width: 12px;
            height: 12px;
            background: var(--green);
            border-radius: 50px;
            opacity: 1;
        }

.pointsheading {
    padding-left: 66px;
}

.pointssepration {
    border-right: solid 8px #fff;
}


.joinPoints {
    display: block;
    width: 100%;
    position: relative;
    margin-bottom: 80px;
}

    .joinPoints h3 {
        font-size:22px !important
    }
    .joinPoints_icon {
        width: 290px;
        height: 290px;
        border-radius: 50%;
        background: var(--green);
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

.joinPoints:after {
    content: "";
    width: 8px;
    height: 420px;
    position: absolute;
    right: 0;
    top: 110px;
    background: var(--greenlight);
    margin-right: -30px;
}

.joinPoints P {
    max-width: 82%;
    margin-left: auto;
    margin-right: auto;
}

.joinPoints.borderrightnone:after {
    width: 0;
}

.heading-bg {
    display: block;
    width: 100%;
    padding: 40px 15px;
    background: var(--greenlight);
}

.session-list {
    display: block;
    width: 70%;
    /*margin-bottom: 90px;
    margin-top: 60px;*/
    margin: 60px auto 90px auto;
}

.session-list-row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 38px;
}

    .session-list-row label {
        margin-bottom: 0;
        padding-right: 20px;
    }

.coachesFilter {
    width: 450px;
    margin-top: -55px !important;
}

.sepratorline {
    display: block;
    width: 100%;
    position: relative;
    margin:35PX  0
}

    .sepratorline:before {
        content: "";
        width: 70px;
        height:3px;
        background: #202840;
        display: inline-block;
    }

.founderDetail {
    display: block;
    width: 100%;
    padding: 60px;
    background: #EFFBFA;
    position: relative;
}

.founderImage {
    width: 280px;
    height: 280px;
    border-radius: 50%;
    display: inline-block;
    overflow: hidden;
    position: relative;
}

    .founderImage img {
        width: 100%;
        height: 100%;
        border-radius: 50%;
        object-fit: cover;
    }

.founderOne {
    width: 450px;
    height: 450px;
    display: inline-block;
    bottom: -280px;
    right: -240px;
    z-index: 4;
}


.founderDetail.white {
    background: #fff;
}

.action-links {
    display: block;
    width: 100%;
    text-align: right;
}

    .action-links a {
        font-size: 25px;
        color: var(--darkgrey);
        font-weight: 400;
    }

        .action-links a + a {
            margin-left: 30px;
        }

        .action-links a i {
            display: none;
        }

        .action-links a:hover i {
            display: inline-block;
        }

.modal-dialog.modal-lg {
    max-width: 960px;
}

.modal-header,
.modal-body,
.modal-footer {
    border: 0;
    border-radius: 0;
    padding: 45px;
}

.modal-body, .modal-footer {
    padding-top: 1rem !important;
}

.modal-content {
    box-shadow: none;
    border: 0;
    border-radius: 0;
}

.btn-close {
    width: 22px;
    height: 22px;
    background: url(../images/modal-close.svg) center no-repeat;
    background-size: 22px;
    opacity: 1;
}

    .btn-close:hover {
        opacity: 0.8;
    }

.greybox {
    display: block;
    width: 100%;
    padding: 25px;
    background: #F5F5F5;
}

.seprator {
    height: 1px;
    background: #707070;
    width: 100%;
    display: block;
}

.session-time-box {
    display: block;
    width: 100%;
}

.session-time {
    display: inline-block;
    margin-right: 14px;
    margin-bottom: 10px;
    position: relative;
}

    .session-time input[type=radio],
    .session-time input[type=checkbox] {
        position: absolute;
        width: 1px;
        height: 1px;
        opacity: 0;
        visibility: hidden;
        border: 0;
        margin: 0;
        padding: 0;
    }

    .session-time label {
        display: inline-block;
        position: relative;
        font-size: 24px;
        font-weight: 400;
        margin-bottom: 0;
        min-width: 200px;
        text-align: center;
        padding: 8px 20px;
        border-radius: 100px;
        font-weight: 400;
        letter-spacing: 1px;
        border: solid 2px var(--green);
        color: var(--green);
        cursor: pointer;
    }

        .session-time label:hover,
        .session-time input[type=radio]:checked + label,
        .session-time input[type=checkbox]:checked + label {
            background: var(--green);
            color: #fff;
        }

    .session-time input[type=radio]:checked + label,
    .session-time input[type=checkbox]:checked + label {
        cursor: default;
    }

.boxlineaccordian .boxline-content h3 {
    pointer-events: none;
    user-select: none;
}

.mid-content {
    min-height: calc(100vh - 790px);
}

.loginpage {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    background: var(--greenthin) url(../images/login-bg.png) top center no-repeat;
    background-size: cover;
    min-height: 100vh;
}

.text-underline {
    border-bottom: solid 1px;
}

.forgotpass {
    font-size: 25px;
}

.login-form {
    width: 100%;
    display: block;
    max-width: 560px;
    margin: 0 auto;
}

.submitbtnbox {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
}

.submitbtn {
    width: 56px;
    height: 56px;
    background: var(--green) url(../images/next-arrow.svg) center no-repeat;
    color: #fff;
    cursor: pointer;
    display: inline-block;
}

    .submitbtn.backtopage {
        background: var(--green) url(../images/prev-arrow.svg) center no-repeat;
    }

    .submitbtn:hover {
        background-color: var(--greendark);
    }

.stellium-text-slogan {
    color: var(--grey);
    letter-spacing: 6px;
    font-size: 28px;
}

.stellium-text-logo img {
    margin-right: -20px;
    max-width:560px;
}

.registerpage {
    position: relative;
}

    .registerpage:before {
        content: "";
        position: absolute;
        left: -270px;
        top: 190px;
        width: 772px;
        bottom: 0;
        background: url(../images/register-left.svg) left top no-repeat;
        background-size: 100%;
    }

    .registerpage:after {
        content: "";
        position: absolute;
        right: -170px;
        top: 100px;
        width: 614px;
        bottom: 0;
        background: url(../images/register-right.svg) right top no-repeat;
        background-size: 100%;
    }


.registerTopSpacer {
    height: 70px;
    display: block;
    width: 100%;
}

.row-gap-sm.row {
    margin-left: -7px;
    margin-right: -7px;
}

    .row-gap-sm.row > * {
        padding-right: 7px;
        padding-left: 7px;
    }


.choose-custom {
    display: block;
    width: 100%;
    position: relative;
    margin-bottom: 14px;
}

    .choose-custom input[type=radio],
    .choose-custom input[type=checkbox] {
        width: 1px;
        height: 1px;
        opacity: 0;
        visibility: hidden;
        position: absolute;
    }

    .choose-custom label {
        display: block;
        width: 100%;
        padding: 20px;
        color: var(--green);
        border: solid 1px var(--green);
        cursor: pointer;
        text-align: center;
        text-transform: uppercase;
        font-size: 17px;
        font-weight: 500;
        letter-spacing: 3px;
    }

    .choose-custom input[type=radio]:checked + label,
    .choose-custom input[type=checkbox]:checked + label,
    .choose-custom input[type=radio] + label:hover,
    .choose-custom input[type=checkbox] + label:hover {
        background: var(--green);
        color: #fff;
    }

.modal.custom-modal .modal-content {
    min-height: 408px;
    background: #fff url(../images/modal-bg.svg) center no-repeat;
    background-size: cover;
}

.modal.custom-modal .btn-close {
    position: absolute;
    top: 35px;
    right: 35px;
    z-index: 3;
}

.modal.custom-modal .modal-body {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.afterloginmenus {
    display: inline-flex;
    align-items: center;
}

    .afterloginmenus a {
        display: inline-block;
        color: var(--green);
        text-transform: uppercase;
        border: solid 2px var(--green);
        border-radius: 50px;
        margin-left: 15px;
        font-size: 16px;
        letter-spacing: 1px;
        padding: 10px 25px;
        font-weight: 400;
    }

    .afterloginmenus .logout a {
        padding-left: 64px;
        background: url(../images/logout-icon.svg) 38px center no-repeat;
    }

@media screen and (min-width: 992px) {
    .afterloginmenus a:hover {
        background-color: var(--green);
        color: #fff;
    }

    .afterloginmenus .logout a:hover {
        background-image: url(../images/logout-icon-white.svg) !important;
        background-position: 38px center;
        background-repeat: no-repeat;
    }
}

.accountbox {
    display: flex;
    width: 100%;
    align-items: center;
    padding: 37px;
    flex-wrap: wrap;
    color: #535455;
    background: linear-gradient(to right, rgba(172,172,172,0.66) 0%,rgba(204,205,205,0.66) 22%,rgba(239,240,240,0.66) 50%,rgba(200,200,201,0.66) 85%,rgba(172,172,172,0.66) 100%);
}

.userlefttext {
    font-size: 46px;
    font-weight: 300;
    letter-spacing: 0.5;
}

.useraccountinfo {
    border-left: solid 1px #707070;
    padding-left: 58px;
    margin-left: 58px;
}

    .useraccountinfo div {
        width: 100%;
        font-size: 25px;
        font-weight: 300;
    }

        .useraccountinfo div strong {
            font-weight: 600;
        }

        .useraccountinfo div + div {
            margin-top: 8px;
        }

.accounTopRight {
    pointer-events: none;
    background: url(../images/index-top.svg) left top no-repeat;
    background-size: 100%;
    position: absolute;
    z-index: 1;
    top: 30px;
    right: 0;
    margin-right: -134px;
    width: 842px;
    height: 898px;
}

.accounBottomLeft {
    pointer-events: none;
    background: url(../images/index-bottom.svg) right bottom no-repeat;
    background-size: 100%;
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    margin-left: -134px;
    width: 864px;
    height: 920px;
}

.sure_modal {
    display: block;
    width: 100%;
    padding: 2rem 0;
}

.custom-modal p {
    font-size: 25px;
    max-width: 68%;
    color: #535455;
}

.checkmark {
    background: url(../images/checkicon.svg) center no-repeat;
    height: 40px;
    width: 100%;
    display: block;
    background-size: 44px;
}


.crossmark {
    background: url(../images/delete-cross.svg) center no-repeat;
    height: 40px;
    width: 100%;
    display: block;
    background-size: contain;
}


.paymentdetailsBox {
    width: 100%;
    display: block;
    padding-bottom: 40px;
    background: url(../images/starLight.svg) right center no-repeat;
    background-size: 360px;
}

.pInfos {
    font-size: 25px;
}

    .pInfos strong {
        font-weight: 500;
    }

.table {
    font-weight: 300;
    font-size: 20px;
    color: #535455;
    line-height: normal;
}

    .table th {
        text-transform: uppercase;
        font-weight: 300;
    }

    .table * {
        letter-spacing: 0.5px;
    }

    .table strong {
        font-weight: 500;
    }

    .table th, .table td {
        padding: 26px;
        border-bottom-color: #707070;
    }

        .table th:first-child, .table td:first-child {
            padding-left: 0;
        }

        .table th:last-child, .table td:last-child {
            padding-right: 0;
        }

.no-border-bottom th, .no-border-bottom td {
    border-bottom: 0;
}

.removethis {
    cursor: pointer;
}

.decreaseQty {
    background: url(../images/qty-minus.svg) center no-repeat;
}

.increaseQty {
    background: url(../images/qty-plus.svg) center no-repeat;
}

.qtySelector {
    border: 1px solid #707070;
    width: 100px;
    height: 38px;
    border-radius: 0;
    position: relative;
    display: inline-flex;
}

    .qtySelector .qtyValue {
        border: none;
        padding: 0px;
        width: 100%;
        flex-grow: 1;
        height: 100%;
        display: block;
        text-align: center;
        border-radius: 0;
        background: transparent;
        font-size: inherit;
        font-weight: 500;
        color: #535455;
    }

    .qtySelector .qtybtns {
        min-width: 32px;
        height: 36px;
        display: inline-block;
        cursor: pointer;
        user-select: none;
    }

.font-25 {
    font-size: 25px;
}

.l-0 {
    letter-spacing: 0 !important;
}

.cartitemList {
    background: #F5F5F5;
    padding: 30px 20px;
    margin: 0 -20px;
}

.cartitemList_row {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
}

.coursedetail {
    flex-grow: 1;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
}

    .coursedetail .prices {
        min-width: 30%;
        margin:0px
    }

.coursename span {
    display: block;
    clear: both;
    text-transform: uppercase;
}

    .coursename span + span {
        margin-top: 4px;
    }

.cartitemList .btn {
    white-space: nowrap;
}

.sessionbtnsright {
    max-width: 345px;
    display: inline-block;
}

    .sessionbtnsright .btn {
        vertical-align: top;
    }

.roadmap_box {
    padding: 14px;
    font-weight: 400;
    display: flex;
    align-items: center;
}

    .roadmap_box p {
        font-weight: 400;
        flex-grow: 1;
    }

.roadmapEdit {
    background: url(../images/edit_icon.svg) center no-repeat;
    background-size: 100%;
    width: 26px;
    height: 26px;
    min-width: 26px;
    margin-left: 15px;
    cursor: pointer;
}

.founderDetailSm .founderDetail {
    padding: 32px 38px;
}

.roadmapFullbox {
    flex-grow: 1;
}
    /*.roadmapFullbox:after{content: ""; position: absolute; top: 8px; right: -25px; bottom: 0; width: 1px; background: #707070; }*/
    .roadmapFullbox.border-right-none:after {
        display: none;
    }

.box-accordian-header .btn[aria-expanded="false"] .fa-minus {
    display: none;
}

.box-accordian-header .btn[aria-expanded="true"] .fa-minus {
    display: inline-block;
}

.box-accordian-header .btn[aria-expanded="true"] .fa-plus {
    display: none;
}

.box-accordian-content {
    padding-top: 32px;
}

.box-accordian-header img {
    vertical-align: middle;
}

.founderDetail.bg-light {
    background-color: #C7EFED !important;
}

.founderDetail.bg-green {
    background-color: var(--green) !important;
}

    .founderDetail.bg-green .box-accordian {
        color: #fff;
    }

.founderDetail.coachprofileBox {
    background: linear-gradient(to right, rgba(172,172,172,0.66) 0%,rgba(204,205,205,0.66) 22%,rgba(239,240,240,0.66) 50%,rgba(200,200,201,0.66) 85%,rgba(172,172,172,0.66) 100%);
}

.coachprofileBox img {
    vertical-align: middle;
}

.founderDetail.bg-green .founderDetail.bg-light {
    background: rgba(255, 255, 255, 0.16) !important;
}

.table.white {
    color: #fff;
}

    .table.white th, .table.white td {
        border-color: #fff;
    }

.founderDetailSm .founderDetail .table {
    white-space: nowrap;
}

    .founderDetailSm .founderDetail .table tr:last-child td {
        border-bottom: 0;
        padding-bottom: 0;
    }

.weblodingImg {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 50000;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.3);
    height: 100%;
}

    .weblodingImg img {
        width: 60px;
    }

.ui-datepicker .ui-widget-header {
    border: #cddddc;
    background: #cddddc;
    color: #ffffff;
}

.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: .2em 0;
}

.ui-widget {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 0.6em !important;
}


.pagination span {
    font-size: 14px !important
}

.page-item:not(:first-child) .page-link {
    margin-left: 4px !important;
}

.pagination .page-link {
    font-size: 14px;
    color: #333537;
    padding: 8px 15px;
    border-radius: 4px;
    background-color: #F0EFF3;
    border-color: #F0EFF3;
}

.show-item .form-select {
    min-width: 66px;
    padding: 5px;
    line-height: 1;
    border: 1px solid #ced4da;
    font-size: 16px;
    border-radius: 0.25rem
}

.pagination .show-item {
    font-size: 14px
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #18706d;
    border-color: #18706d;
}

.field-validation-error {
    margin-top: 5px;
    font-size: 18px;
    display: block
}

#divCalendar .form-select {
    padding: 8px 15px;
}


.clm-content {
    background: rgba(217, 217, 216, .25);
    padding: 6px 10px;
    font-size: 20px;
    margin-bottom: 5px;
    line-height: 30px;
    word-break: break-all;
}

    .clm-content:last-of-type {
        margin-bottom: 0px;
    }

.clm-content-wrapper {
    border-right: solid 1px #707070;
    padding-right: 25px;
    height: 200px;
    overflow-y: auto;
    scrollbar-width: thin;
}

    .clm-content-wrapper::-webkit-scrollbar {
        width: 5px;
    }


    .clm-content-wrapper::-webkit-scrollbar-track {
        background: #f1f1f1;
    }


    .clm-content-wrapper::-webkit-scrollbar-thumb {
        background: #888;
    }


        .clm-content-wrapper::-webkit-scrollbar-thumb:hover {
            background: #555;
        }

    .clm-content-wrapper::-webkit-scrollbar {
        width: 5px;
    }


    .clm-content-wrapper::-webkit-scrollbar-track {
        background: #f1f1f1;
    }


    .clm-content-wrapper::-webkit-scrollbar-thumb {
        background: #888;
    }


        .clm-content-wrapper::-webkit-scrollbar-thumb:hover {
            background: #555;
        }

.clm-content-wrapper-last {
    border-right: solid 0px #ccc;
    padding-right: 0px;
}

.tab-custom {
    list-style: none;
    display: flex;
}

    .tab-custom li {
        margin-right: 20px
    }

        .tab-custom li button.active .fa-plus {
            display: none;
        }

        .tab-custom li button:not(.active) .fa-minus {
            display: none;
        }

.creatnote-textarea {
    border: 0;
    background: #fff;
    height: 280px;
    resize: none;
    margin-bottom: 20px;
}

div.note-editable {
    height: 175px;
}

.editer-content {
    word-break: break-all;
}

.editor-cont-wrap .table tbody tr td:first-child, .editor-cont-wrap .table thead tr th:first-child {
    width: inherit;
}

.editor-cont-wrap {
    background: #f3fcfc;
    padding: 20px;
}

    .editor-cont-wrap h6 {
        font-size: 16px;
        font-weight: 500;
        color: #555454;
        margin: 0 0 5px
    }




.attach-link-list {
    font-size: 16px;
}

    .attach-link-list li {
        padding-left: 20px;
        background: url(../images/page-file-icon.svg) 0 5px no-repeat;
        margin-bottom: 5px;
        padding-top: 5px;
    }

.feedback_btn_width .btn-round.btn {
    width: 189px;
}



.calendarFilter {
    max-width: 330px;
}

   

.calendar-wrapper {
    background: var(--greenthin);
    padding:120PX 0;
}

.calendar-whtbg-container {
    padding: 30px;
  /*  max-width: 1640px;*/
    margin: auto;
    background: #fff;
}
.filter-date-inline {
    display: flex;
    flex-wrap: wrap
}

    .filter-date-inline .input-inline-col {
        margin-bottom: 20px
    }

        .filter-date-inline .input-inline-col:not(last-child) {
            margin-right: 20px;
        }


.iconsBox .form-select.form-select-bdr-tp-btm {
    background-image: none
}

.iconsBox {
    position: relative;
}

.iconsBox .form-control {
    padding-right: 40px !important;
}
.rightIcons {
    position: absolute;
    top: 8px;
    right: 15px;
}




.legedBox {
    font-size: 12px;
    margin-right: 15px;
    margin-top: 4px;
    float: left;
}

    .legedBox span {
        width: 12px;
        height: 12px;
        margin-right: 4px;
        float: left;
        margin-top: 2px;
    }

        .legedBox span.green {
            width: 12px;
            height: 12px;
            background: #44CF80;
            margin-right: 4px;
            float: left;
            margin-top: 2px;
        }

        .legedBox span.red {
            background: #ab0627 !important;
        }

        .legedBox span.purple {
            background: #9F5AFF !important;
        }

        .legedBox span.blue {
            background: #47BDFF !important;
        }

        .legedBox span.grey {
            background: #a9a9a9 !important;
        }

        .legedBox span.internalColor {
            background: #ffb06d !important;
        }

        .legedBox span.noShowColor {
            background: #a5b0d1 !important;
        }

/*List Popup*/
.themeModal h5 {
    font-size: 20px;
    font-weight: 600;
    color: #303147;
}

.themeModal .modal-header {
    /*border: 0;*/
    background: #fff;
    padding: 20px;
}

.themeModal .modal-footer {
    padding: 0 20px 15px;
    border-top: 1px solid #fff;
}

.themeModal .btn-close {
    background-size: 14px;
}

.subTitles {
    font-size: 16px !important;
    color: #303147;
    font-weight: bold;
    margin: 0;
}

.orBorderLine {
    background: #CFD2D3;
    position: relative;
    height: 1px;
    width: 100%;
    text-align: center;
}

    .orBorderLine span {
        background: #fff;
        text-align: center;
        top: -13px;
        position: relative;
        font-size: 14px;
        color: #303147;
        font-weight: 600;
    }

.downloadSampleTemplate {
    font-size: 14px;
    color: #010561;
    font-weight: 600;
    text-decoration: underline;
}

.smImgUpload {
    height: 130px;
    width: 140px;
    padding: 0;
}

.errorMessage {
    font-size: 11px;
    color: #DB6767;
}

.coach-emp-modal .detailsBlogView p {
    font-size: 16px
}

.coach-emp-modal .detailsBlogView h4 {
    font-size: 18px;
    text-transform: none;
    letter-spacing: 0;
}

.themeModal .coach-emp-modal h5.modal-title {
    font-size: 26px
}

.coach-emp-modal .participantsTitle {
    font-size: 20px
}

    .coach-emp-modal .participantsTitle span {
        font-size: 16px
    }

.coach-emp-modal .listBlog ul li {
    font-size: 16px
}


.participantsTitle {
    font-size: 17px !important;
    background: #ededf0;
    color: #303147 !important;
    padding: 7px 10px;
    margin: 0;
}

    .participantsTitle span {
        text-align: right;
        float: right;
        font-size: 15px;
        font-weight: normal;
    }

.listBlog {
    overflow: auto;
    min-height: 50px;
    max-height: 200px;
    border: 1px solid #eee;
    padding: 5px 0;
}

    .listBlog ul {
        margin: 0;
        padding: 0;
    }

        .listBlog ul li {
            list-style: none;
            padding: 3px 10px;
            font-size: 14px;
            color: #000;
            border-bottom: 1px solid #eee;
        }

            .listBlog ul li:last-child {
                border-bottom: none;
            }


.linkColor {
    color: #3f45c4 !important;
}

.categoriesListFull .accordion-body {
    word-break:break-word
}

.cust-cldr-fil-cont {
    border: solid 1px #cfe3e3;
    padding: 20px;
    background: var(--greenthin);
    margin:20px 0
}
.cust-cal-filter-inline {
    display: flex;
    align-items: center
}
.cust-cal-filter-inline label{
    font-weight:400;
    font-size:16px;
    margin:0px 10px 0 0
}
.detailsBlogView {
    margin-bottom:10px
}
.detailsBlogView p {
    font-size: 14px;
    color: #434343;
    font-weight: 300;
    margin: 0 0 5px 0;
}

.detailsBlogView h4 {
    font-size: 16px;
    color: #000;
    font-weight: 600;
}
.mini-btm {
    padding: 8px 15px;
    background: var(--green);
    color: #fff;
    border-color: var(--green);
    font-size: 14px;
    border-radius: 30px;
    letter-spacing: 1px;
    display: inline-block;
}


.fc-prev-button.fc-button.fc-state-default {
    position: absolute;
    left: calc(50% - 200px);
}

.fc-next-button.fc-button.fc-state-default {
    position: absolute;
    left: calc(50% + 60px);
}

.fc-prev-button.fc-button.fc-state-default, .fc-next-button.fc-button.fc-state-default {
    height: 32px;
    width: 32px;
    border-radius: 50%;
    text-align: center;
    padding: 0px;
    background: #18706D;
    color: #fff;
}

.fc-button.fc-state-default .fc-icon {
    text-shadow: none;
}

.fc-today-button {
    border-radius: 20px !important;
    background-color: #18706D !important;
    background: #18706D !important;
    color: #fff !important;
    text-shadow: none !important;
}

.fc-right .fc-button-group .fc-button {
    background-color: #18706D !important;
    background: #18706D !important;
    color: #fff !important;
    text-shadow: none !important;
}

.fc-state-default.fc-corner-left {
    border-top-left-radius: 20px !important;
    border-bottom-left-radius: 20px !important;
}

.fc-state-default.fc-corner-right {
    border-top-right-radius: 20px !important;
    border-bottom-right-radius: 20px !important;
}

.fc-right .fc-button-group .fc-button.fc-state-active {
    background: #1f8581 !important;
}

.fc-toolbar {
    position: relative;
}

    .fc-toolbar .fc-center h2 {
        font-size: 16px !important;
        margin-top: 7px
    }




td.fc-event-container {
    cursor: pointer !important;
}

.guest-login .modal-dialog.modal-lg {
    max-width:860px
}
.guest-login .loginpage {
    min-height: auto;
    padding: 40px;
}
.guest-login .login-form {
    max-width: 100%;
}

.guest-registration .h2 {
    font-size:24px
}

.guest-registration .modal-dialog.modal-lg {
    max-width: 860px;
}
 
.guest-registration .section-full {
    padding: 0 45px
}


.table.guest-gp-table {
    font-size:18px
}

.table.guest-gp-table th, .table.guest-gp-table td {
    padding: 10px
}

.table.guest-gp-table .btn-round {
        font-size: 17px;
        padding: 8px 10px;
}

.guest-gp-title {
    max-width: 360px;
    word-break: break-all;
    min-width: 200px;
}

.loginbtn.removeLoginIcon a { background:none; padding-left:0px; }
.form-select {
    background-position: right 0.45rem center !important;
}

.p2 {
    font-size: 17px;
}
.head-nav > ul > li:last-child {
    margin-right:40px;
}
h2.h1, .fonts28 {
    font-size: 28px;
    /* font-family: 'Source Serif 4 36pt';*/
    font-family: 'Source_Serif';
    line-height: 1.1;
}
.login-form .form-control.form-large, .login-form .form-control.bggreen-light {
    font-size: 18px;
    padding: 15px 20px 14px;
}
.register-form .form-control.form-large, .register-form .form-control.bggreen-light {
    font-size: 15px;
    padding: 15px 20px 14px;
}
.guest-registration .h2 {
    font-size: 17px;
}
.btn.btn-large {
    font-size: 24px;
}
.register-form h4.h2 {
    font-size:24px;
}

.topSectionStarLeft {
    width: 230px;
    height: 180px;
    left: -50px;
    top: 10%;
}

.swal2-shown .swal2-modal .swal2-styled {
    background: var(--green) !important;
    color: #fff !important;
    border:2px solid var(--green) !important;
    font-size: 18px !important;
    padding: 12px 30px !important;
    border-radius: 100px !important;
    font-weight: 400 !important;
    letter-spacing: 1px !important;
    text-transform: uppercase !important;
}
    .swal2-shown .swal2-modal .swal2-styled:hover {
        background: #204B4A !important;
        color: #fff !important;
        border: 2px solid #204B4A !important;
    }

.swal2-shown .swal2-modal .swal2-cancel {
    background: transparent !important;
    color: var(--green) !important;
    border: 2px solid var(--green) !important;
}
.swal2-modal {
    border-radius: 0px !important;
}

.modal-body .mb-3 label.mb-2, .labelGreen {
    text-transform: uppercase;
    color: var(--green) !important;
    font-size: 17px;
}
.astric-text-danger {
    color:#f10 !important;
}
.coachesFilter {
    color: var(--green) !important;
}

.modal#Totasorerrormodel, .modal#Totasorsuccssmodel {
    z-index: 1080;
}
.modal-backdrop.modal-backdrop-second {
    z-index:1060;
}

.modal.custom-modal.toaster-custom-modal .modal-content {
    min-height: 318px;
    background: #fff url(../images/modal-bg.svg) top center no-repeat;
    background-size: contain;
}
.ui-timepicker-standard .ui-menu-item {
    font-size:18px!important
}
.form-control.bggrey.StripeElement--webkit-autofill.StripeElement--complete {
    background-color: #F5F5F5 !important
}

/* Basic styling for password input */


input:-webkit-autofill { /* also works for firefox! */
    filter: none; /* u need this for firefox */
    box-shadow: 0 0 0 100px #dff6f5 inset;
}
    input:-webkit-autofill:focus {
        background-color: #DFF6F5 !important;
        box-shadow: 0 0 0px 1000px #DFF6F5 inset !important
    }

footer .section-full {
    padding: 40px 0 15px;
    background: var(--green);
    color: #fff;
}

.get-avi-btn-adj {
    margin-top:27px
}

/*-autofill color on focus-*/
/*input:-webkit-autofill:focus {
    filter: none;*/ /* u need this for firefox */
    /*background-color: #DFF6F5 !important;
    box-shadow: 0 0 0px 1000px #DFF6F5 inset !important;
}*/



.collapse {
    transition: height 0.3s ease-in-out !important;
    overflow-y: auto !important; /* Ensure smooth scrolling within the collapse element */
}


.head-nav..inner-head-nav > ul > li:last-child {
    margin-right: 0;
}



input:-webkit-autofill,
textarea:-webkit-autofill {
    background-color: var(--greenlight) !important;
    color: var(--green) !important;
    border: 0px !important;
    text-transform:uppercase;
}


input:-moz-placeholder,
textarea:-moz-placeholder {
    background-color: var(--greenlight) !important;
    color: var(--green) !important;
    text-transform: uppercase;
}


input:-webkit-autofill,
textarea:-webkit-autofill {
    -webkit-text-fill-color: var(--green) !important;
}
.swal2.container .swal2-modal {
    background: url(../images/modal-bg.svg) no-repeat center center !important;
    background-size: contain;
}

.customerized {
    background: url(../images/modal-bg.svg) no-repeat center top !important;
    background-size: contain !important;
}

/*--calendar css*/
.ui-state-default, .ui-widget-content .ui-state-default {
    border: 0px !important;
    background: #fff !important;
    text-align:center;
    border-radius:4px
}
    .ui-widget-content .ui-state-default.ui-state-active {
        background: #18706d !important;
        color:#fff
    }
.ui-datepicker th {
    font-weight: 600 !important
}
.ui-datepicker .ui-widget-header {
    border: #fff !important;
    background: #fff !important;
    color: #333 !important;
}
.ui-datepicker {
    width: 20em !important;
}
.ui-datepicker td span, .ui-datepicker td a {
    padding: 0.5em!important;
}
/*.ui-widget-header .ui-icon {
    background-image: url(../images/calendar-arrows.png)!important;
}*/
.ui-widget-header .ui-datepicker-next .ui-icon {
    background-image: url(../images/cal-arrow-right.png) !important;
    background-position: center center !important;
    margin: 0;
    top: 0;
    background-size: auto;
    left: 0;
}
.ui-widget-header .ui-datepicker-prev .ui-icon {
    background-image: url(../images/cal-arrow-left.png) !important;
    background-position: center center  !important;
    margin: 0;
    top: 0;
    background-size: auto;
    left: 0;
}
.ui-widget-header .ui-icon {
    /*background-image: url(../images/cal-arrow-right.png) !important;
    background-position: top right !important;*/
    width: 1.8em;
    height: 1.8em;
}
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus, .ui-button:hover, .ui-button:focus {
    border:0px !important;
}
.ui-icon-circle-triangle-w {
    background-position: 0px 0px !important;
}
.ui-icon-circle-triangle-e {
    background-position: -14px 0px!important;
}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
    top: 2px!important;
}
.ui-state-default.ui-state-active {
    background:green;
}

.ft-partner-logo {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    height: 100%;
    gap:20px
}
.ft-terms-menu {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    height: 100%;
    flex-flow:column
}
.ft-small-text {
    font-size:14px
}
.table-responsive {
    overflow-x: auto;
     -webkit-overflow-scrolling: touch;
     display: block;
}

.stripdetail-form .form-control.bggrey {
    background: #DFF6F5
}



/*--contact us css--*/
.offerstep-wrapper {
    padding: 80px 0;
}


.laptop-container {
    width: 100%;
    max-width: 1366px;
    margin: auto;
    padding: 0 20px;
}

.offer-icon-holder {
    background: #18706d;
    border-radius: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 240px;
    height: 240px;
    margin: auto;
}

    .offer-step-col {
    text-align: center;
    font-size:20px;
    font-weight: 300;
    font-family: 'proxima_nova';
    color: #18706D;
    margin: 0 0 30px;
}

    .offer-step-col h5 {
        font-size: 25px;
        font-weight: 500;
        margin: 40px 0 0;
    }

.offerstep-wrapper::before {
    content: "";
    position: absolute;
    width: 392px;
    height: 380px;
    background: url(../images/offer-start-tp.png) 0 0 no-repeat;
    background-size: auto;
    top: 70px;
    left: -90px;
    background-size: 80%;
}

.offerstep-wrapper::after {
    content: "";
    position: absolute;
    width: 288px;
    height: 281px;
    background: url(../images/offer-start-btm.png) center center no-repeat;
    background-size: auto;
    background-size: auto;
    background-size: auto;
    bottom: -10px;
    right: -40px;
}

.imgBackground-dark {
    position: relative;
    display: block;
    width: 100%;
    clear: both;
    overflow: hidden;
}

    .imgBackground-dark .banner-content {
        background: rgba(0, 0, 0, .60);
        text-align: left;
        color: #fff;
    }

    .imgBackground-dark .section-full {
        padding: 80px 0;
    }

.content-box-wrapper {
    display: flex;
    justify-content: space-between;
}

.content-box-lft {
    flex: 0 0 430px;
}

.content-box-rt {
    flex: 0 0 760px;
}

.boxline-content-uppercase {
    padding: 30px;
    border: solid 2px #fff;
    display: block;
    width: 100%;
    color: #fff;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    text-transform: uppercase;
}

    .boxline-content-uppercase p {
        font-size: 25px;
        font-weight: 500;
    }

.content-box-lft h3 {
    font-size:32px;
}

.content-box-lft h4 {
    font-size:24px;
}

.btn-ddr-white {
    display: inline-block;
    min-width: 160px;
    border-radius: 0;
    font-size: 20px;
    height: auto;
    line-height: normal;
    padding: 15px 40px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 2px;
    border: solid 1px #fff;
    color: #fff;
    text-align: center;
}

    .btn-ddr-white:hover {
        background: #fff;
        color: var(--darkgrey);
    }

.boxline-content-uppercase.tp-adujust-margin {
    margin-top: 150px;
}

.you-can-tp-mar {
    margin-top: 150px;
}
.gp-coaching-section {
    background: #CBF2F0;
    padding: 50px;
    color: #18706D;
    text-align: center;
}

    .gp-coaching-section h3 {
        font-size: 34px;
        text-transform: none;
    }

.btn-dbr-green {
    display: inline-block;
    min-width: 160px;
    border-radius: 0;
    font-size: 20px;
    height: auto;
    line-height: normal;
    padding: 15px 45px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 2px;
    border: solid 1px #18706D;
    color: #18706D
}

    .btn-dbr-green:hover {
        background: #18706D;
        color: #fff;
    }

.white-bg {
    background: #fff;
}

.contact-form-cont {
    max-width: 920px;
    width: 100%;
    margin:40px auto 30px;
}

.contact-form-wrapper h2 {
    font-size: 28px;
    font-family: 'proxima_nova';
    font-weight: 500;
    text-transform: uppercase;
    color: #18706D;
    text-align: center;
    margin-bottom:30px;
    letter-spacing:2px
}


.Paymenttextbox {
    color: #18706d !important;
}

.contact-form-wrapper h4 {
    font-size:20px;
    color: #18706D;
    font-weight: 300;
    font-family: 'proxima_nova';
    text-align: center;
    margin: 0 0 60px;
}

.drbinput input {
    border: solid 1px #18706D;
    padding: 10px;
    font-size:15px;
    font-weight:500;
    height: 50px;
    color: #18706D;
    width: 100%;
}

.form-custom-select {
    position: relative;
}

    .form-custom-select select {
        border: solid 1px #18706D;
        padding: 10px;
        font-size: 16px;
        height: 50px;
        color: #333;
        width: 100%;
        background: #fff;
        text-align: center;
        appearance: none;
        /* Removes default dropdown arrow */
        -webkit-appearance: none;
        -moz-appearance: none;
        position: relative;
    }

    .form-custom-select::after {
        position: absolute;
        content: "";
        background: url(../images/selectarrow.png) 0 0 no-repeat;
        width: 20px;
        height: 9px;
        right: 20px;
        top: 20px;
    }

.drbinput textarea {
    border: solid 1px #18706D;
    padding: 10px;
    font-size: 16px;
    height: 250px;
    color: #18706D;
    width: 100%;
}

.drbinput label {
    font-size:17px;
    text-align: center;
    display: block;
    font-family: 'proxima_nova';
    font-weight: 500;
    text-transform: uppercase;
    margin: 0 0 15px;
    color: #18706D;
    letter-spacing: 2px;
}

.contact-form-cont .mb-4 {
    margin-bottom: 35px !important;
}

.textarea-limit-txt {
    text-align: center;
    color: rgba(0,0,0,.6);
    font-size: 20px;
    margin: 20px 0 10px;
    font-family: 'proxima_nova';
    font-weight: 300;
}

.contact-info-calltext {
    color: #18706D;
}

    .contact-info-calltext .call-text {
        font-size:28px;
    }

    .contact-info-calltext .email-txt {
        font-size:28px;
        font-family: 'proxima_nova';
        font-weight: 300;
    }

.sep-dev-line {
    margin:20px 0;
}

.form-gren-bg-shape:before {
    position: absolute;
    content: "";
    background: url(../images/contact-form-start-tp.png) center center no-repeat;
    background-size: auto;
    width: 440px;
    height: 430px;
    right: -120px;
    top: -100px;
    background-size: 100%;
}

.form-gren-bg-shape:after {
    position: absolute;
    content: "";
    background: url(../images/contact-form-start-btm.png) center center no-repeat;
    background-size: auto;
    background-size: auto;
    width: 380px;
    height: 370px;
    left: -130px;
    bottom: -30px;
    background-size: 70%;
}

.offerstep-wrapper .joinPoints:after {
    display:none;
 }
/*--media css--*/
@media screen and (max-width:1400px) {
    .offerstep-wrapper::before {
        width: 342px;
        height: 330px;
    }

    .offerstep-wrapper::after {
        width: 228px;
        height: 231px;
    }

    .content-box-rt {
        flex: 1;
    }

    .content-box-lft {
        padding-right: 50px;
    }

        .content-box-lft h3 {
            font-size: 32px;
        }

    .btn-ddr-white {
        font-size: 16px;
    }

    .boxline-content-uppercase p {
        font-size: 20px;
    }

    .offer-step-col h5 {
        font-size: 20px;
    }

   

    .gp-coaching-section h3 {
        font-size: 25px;
    }

    .btn-dbr-green {
        font-size: 16px;
    }
}

@media screen and (max-width:1024px) {
    .form-gren-bg-shape::before {
        width: 270px;
        height: 280px;
        right: -100px;
        top: -90px;
    }

    .contact-form-wrapper h2 {
        margin-bottom: 30px;
    }

    .contact-form-cont {
        margin: 40px auto;
    }

    .boxline-content-uppercase.tp-adujust-margin {
        margin-top: 0px;
    }

    .brk-tag {
        display: none;
    }

    .offer-icon-holder {
        width: 140px;
        height: 140px;
        padding: 30px;
    }

   

        .offer-step-col h5 {
            font-size: 16px;
        }

    .content-box-wrapper {
        flex-wrap: wrap;
    }

    .content-box-lft {
        padding-right: 0;
        flex: 0 0 100%;
        margin: 0 0 50px;
    }
}

@media screen and (max-width:1024px) {
    .laptop-container {
        width: 100%;
        max-width: 720px;
        margin: auto;
        padding: 0 20px;
    }
    .content-box-lft {
        padding-right: 0;
        flex: 0 0 100%;
        text-align: center;
        margin: 0 0 50px;
    }
}
    /*--media css--*/
.contact-form-cont .form-control.bggreen-light {
    font-size:15px
}




